home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-06-08 | 1.5 KB | 43 lines |
- #
- # Prototype makefile for libraries with multiple source directories
- #
- # This Makefile is automatically generated.
- # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
- #
- # Generated from /sprite/lib/mkmf/Makefile.biglib
- # Mon Jun 8 14:34:32 PDT 1992
- #
- # For more information, refer to the mkmf manual page.
- #
- # $Header: /sprite/lib/mkmf/RCS/Makefile.biglib,v 1.16 91/04/11 12:55:34 kupfer Exp $ SPRITE (Berkeley)
- #
- # Allow mkmf
-
- ALLSRCS = MemChunkAlloc.c MemData.c MemDoTrace.c MemInit.c MemPanic.c Mem_Bin.c Mem_DumpTrace.c Mem_PrintConfig.c Mem_PrintInUse.c Mem_PrintStats.c Mem_SetPrintProc.c Mem_SetTraceSizes.c Mem_Size.c abort.c abs.c atexit.c atof.c atoi.c atol.c bsearch.c calloc.c cfree.c div.c exit.c free.c getenv.c labs.c ldiv.c malloc.c multibyte.c on_exit.c putenv.c qsort.c rand.c realloc.c setenv.c strtod.c strtol.c strtoul.c system.c unsetenv.c ds3100.md/memAsm.s sun3.md/memPC.s sun4.md/memPC.s
- LINTSRCS =
- MACHINES = ds3100 sun3 sun4 symm
- MAKEFILE = Makefile
- MANPAGES = abort.man abs.man atexit.man atof.man bsearch.man div.man exit.man getenv.man malloc.man qsort.man rand.man random.man strtod.man strtol.man system.man varargs.man
- NAME = c
- PUBHDRS =
- SUBDIR = stdlib
- #include <settm.mk>
- TYPE = sprite
- DISTDIR ?= /dist/sprite/src/lib/c/stdlib
-
- SYSMAKEFILE = biglib.mk
-
- #if exists($(TM).md/md.mk)
- #include "$(TM).md/md.mk"
- #endif
-
- #if exists(local.mk)
- #include "local.mk"
- #else
- #include <$(SYSMAKEFILE)>
- #endif
-
- #if exists($(DEPFILE))
- #include "$(DEPFILE)"
- #endif
-